home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / GUEST25.ZIP / NODE.CFG < prev    next >
Encoding:
Text File  |  1996-01-19  |  14.9 KB  |  329 lines

  1. ; NODE.CFG - Sample door configuration file for non standard setups.
  2. ;
  3. ; This configuration file can be used by the sysop to customize an Atlantis 
  4. ; Software door for use on their own system. The information in this file is
  5. ; NOT usually needed, and the file can be left as is, or even erased, without
  6. ; effecting the door's performance. Atlantis Software is designed to run on
  7. ; almost any BBS system automatically, without requiring anything but the path
  8. ; to the door's dropfile.
  9. ; However, there are many cases where the sysop may wish to customize a door's
  10. ; operation using this configuration file. The configuration file system is
  11. ; provided to allow the customization of options such as non standard IRQ's,
  12. ; maximum time permitted within the door, etc., and to allow Atlantis doors to
  13. ; be run under even the most non-typical BBS setups.
  14. ;
  15. ;IMPORTANT!!!! For nonstandard comport configuration, activate ONLY those
  16. ;options relating to the comport settings. You do NOT need to set other
  17. ;options such as BBSDir, DoorDir, etc.
  18. ;
  19. ; Any text following a semi-colon (;), and blank lines, are ignored.
  20. ;
  21. ;------------------------------------------------------------------------------
  22. ;
  23. ;  BBS system directory. Indicates where the door information file (drop file)
  24. ;  can be found. Remove the semi-colon (;) to activate this option.
  25. ;
  26. ;BBSDir    C:\BBS
  27. ;
  28. ;------------------------------------------------------------------------------
  29. ;
  30. ;  The door's working directory. This is where the door's system files are
  31. ;  located. Remove the semi-colon (;) to activate this option.
  32. ;
  33. ;DoorDir    C:\BBS\GUEST
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Local mode override. Forces door to always operate in local test mode.
  38. ;  Remove the semi-colon (;) to activate this option. When this mode is
  39. ;  activated, no door information file is required and default settings are
  40. ;  used for the user's name, location, etc.
  41. ;
  42. ;LocalMode
  43. ;
  44. ;------------------------------------------------------------------------------
  45. ;
  46. ;  Door personality setting. This setting selects one of a number of sysop
  47. ;  interface personalities. Each personality setting emulates the status line
  48. ;  format and sysop function keys of a particular BBS package. Valid
  49. ;  personality settings are:
  50. ;
  51. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  52. ;                     PCBoard
  53. ;                     RemoteAccess
  54. ;                     Wildcat
  55. ;
  56. Personality    RemoteAccess
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;
  60. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  61. ;  door should record log information. To disable the log file altogether,
  62. ;  remove the semi-colon (;) from the "DisableLogging" line.
  63. ;
  64. ;LogFileName    DOOR.LOG
  65. ;DisableLogging
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ;  BBS node number that door is running on. Only used if program is unable
  70. ;  to determine the node number by some other means.
  71. ;
  72. ;Node    1
  73. ;
  74. ;------------------------------------------------------------------------------
  75. ;
  76. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  77. ;  time, up until, but not including, the end time. Times should be in 24-hour
  78. ;  format. To disable paging on a particular day, set the paging start and end
  79. ;  times to the same time.
  80. ;
  81. ;                      Start Time    End Time
  82. ;SundayPagingHours         9:00        22:00
  83. ;MondayPagingHours         8:30        22:00
  84. ;TuesdayPagingHours        8:30        22:00
  85. ;WednesdayPagingHours      8:30        22:00
  86. ;ThursdayPagingHours       8:30        22:00
  87. ;FridayPagingHours         8:30        22:00
  88. ;SaturdayPagingHours       9:00        22:00
  89. ;
  90. ;------------------------------------------------------------------------------
  91. ;
  92. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  93. ;  sysop page alarm.
  94. ;
  95. ;PageDuration    10
  96. ;
  97. ;------------------------------------------------------------------------------
  98. ;
  99. ;  Maximum length of time a user is permitted to access the door. If the user's
  100. ;  total remaining time on the BBS is less than this value, the user will only
  101. ;  be permitted to access the door for this shorter length of time. This option
  102. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  103. ;  When this option is disabled, the user will be permitted to use the full
  104. ;  of their remaining time on the BBS within the door.
  105. ;
  106. ;MaximumDoorTime    15
  107. ;
  108. ;------------------------------------------------------------------------------
  109. ;
  110. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  111. ;  without the user pressing any key, before the user will be automatically
  112. ;  disconnected. A value of 0 disables inactivity timeouts.
  113. ;
  114. InactivityTimeout    200
  115. ;
  116. ;------------------------------------------------------------------------------
  117. ;
  118. ;  SYSOP NAME IS TAKEN FROM "SYSOP.CFG" FOR ATLANTIS SOFTWARE PROGRAMS.
  119. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  120. ;  information passed to the door by the BBS. However, some BBS software does
  121. ;  not supply this information to doors. In such cases, if the sysop's name is
  122. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  123. ;  activate this option.
  124. ;
  125. ;SysopName    The Sysop
  126. ;
  127. ;------------------------------------------------------------------------------
  128. ;
  129. ;  BBS NAME IS TAKEN FROM "SYSOP.CFG" FOR ATLANTIS SOFTWARE PROGRAMS
  130. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  131. ;  the information passed to the door by the BBS. However, some BBS software
  132. ;  does not supply this information to door programs. In such cases, if the
  133. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  134. ;  semi-colon (;) to activate this option.
  135. ;
  136. ;SystemName    Unnamed BBS
  137. ;
  138. ;------------------------------------------------------------------------------
  139. ;
  140. ;  Door colour options. These options specify the various text colours that
  141. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  142. ;  Colours are specified in the format:
  143. ;
  144. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  145. ;
  146. ;  Where foreground and background colours are one of:
  147. ;
  148. ;         Black
  149. ;         Blue
  150. ;         Green
  151. ;         Cyan
  152. ;         Red
  153. ;         Magenta
  154. ;         Yellow / Brown
  155. ;         White / Grey
  156. ;
  157. ;  Note that some of these options (such as those that pertain to files
  158. ;  listings) are not used for all doors.
  159. ;
  160. ;ChatUserColour               Bright white on black
  161. ;ChatSysopColour              Bright red on black
  162. ;FileListTitleColour          Bright yellow on black
  163. ;FileListNameColour           Bright yellow on black
  164. ;FileListSizeColour           Bright magenta on black
  165. ;FileListDescriptionColour    Cyan on black
  166. ;FileListOfflineColour        Bright red on black
  167. ;PagePromptColour             Bright white on black
  168. ;PopupMenuTitleColour         Bright white on grey
  169. ;PopupMenuBorderColour        Black on grey
  170. ;PopupMenuTextColour          Black on grey
  171. ;PopupMenuKeyColour           Red on grey
  172. ;PopupMenuHighlightColour     Grey on black
  173. ;PopupMenuHighKeyColour       Red on black
  174. ;
  175. ;------------------------------------------------------------------------------
  176. ;
  177. ;  Memory swapping options. These options are generally not needed, but can be
  178. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  179. ;  to specify which directory or directories should be used for swapping.
  180. ;  Multiple directory paths can be seperated using a semi-colon.
  181. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  182. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  183. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  184. ;
  185. ;SwappingDir    C:\
  186. ;SwappingNoEMS
  187. ;SwappingDisable
  188. ;
  189. ;------------------------------------------------------------------------------
  190. ;
  191. ;  Serial port options. These options are generally not needed, as these
  192. ;  settings can usually be determined from the BBS door information file.
  193. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  194. ;  with the modem. "SerialPort" specifies the port port number that the modem
  195. ;  is connected to. Unless you have reassigned the port numbers through your
  196. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  197. ;  so on. Remove the semi-colon (;) to activate either of these options.
  198. ;
  199. ;LockedBPS    38400
  200. ;SerialPort    0
  201. ;
  202. ;
  203. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  204. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  205. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  206. ;  the door to always communicate directly with the modem, bypassing any
  207. ;  FOSSIL driver.
  208. ;
  209. ;NoFossil
  210. ;
  211. ;------------------------------------------------------------------------------
  212. ;
  213. ;  The following options only apply if a FOSSIL driver is NOT being used for
  214. ;  serial communications. If a FOSSIL driver IS being used, these options
  215. ;  are normally set on the FOSSIL driver command line.
  216. ;
  217. ;  Hexidecimal address of the serial port. This address can usually be
  218. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  219. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  220. ;  (;) to activate this option.
  221. ;
  222. ;PortAddress 2F8
  223. ;
  224. ;
  225. ;  Interrupt request line that the serial port is using. May be any IRQ line
  226. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  227. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  228. ;  to activate this option.
  229. ;
  230. ;PortIRQ 4
  231. ;
  232. ;
  233. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  234. ;  the serial I/O receive buffer. You may want to increase this buffer size
  235. ;  if you find that characters being sent from the user's modem are being lost.
  236. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  237. ;  buffer. You may want to increase this buffer size for improved performance
  238. ;  in some multitasking environments.
  239. ;
  240. ;ReceiveBuffer 256
  241. ;TransmitBuffer 1024
  242. ;
  243. ;
  244. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  245. ;  if they are available. You can prevent OpenDoors from using the FIFO
  246. ;  buffers, even if they are available, by removing the semi-colon before
  247. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  248. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  249. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  250. ;  bytes.
  251. ;
  252. ;NoFIFO
  253. ;FIFOTriggerSize 4
  254. ;
  255. ;------------------------------------------------------------------------------
  256. ;
  257. ;  Custom door information file support. OpenDoors automatically recognizes
  258. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  259. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  260. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  261. ;  format file, you may define a custom door information file format. A custom
  262. ;  door information file format is defined using the "CustomFileName" command,
  263. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  264. ;
  265. ;  The "CustomFileName" option specifies the filename used to distinguish this
  266. ;  file format from other file formats. This filename should not include a
  267. ;  path. To specify the path where the door information file is located, use
  268. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  269. ;  custom format is the same as that of one of the built-in formats, the custom
  270. ;  format will override the built-in format.
  271. ;
  272. ;  The actual format of the custom file is specified using a number of lines
  273. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  274. ;  correspond to a single line in the door information file, with the option
  275. ;  following the "CustomFileLine" keyword specifying the information that can
  276. ;  be found on that line. This can be one of the following keywords:
  277. ;
  278. ;                    Ignore - Causes the next line in the door information
  279. ;                             file to be ignored. Use on lines for which none
  280. ;                             of the options below apply.
  281. ;                   ComPort - COM? port the modem is connected to
  282. ;                             (0 indicates local mode)
  283. ;                FossilPort - Fossil port number the modem is connected to
  284. ;                  ModemBPS - BPS rate at which to communicate with modem
  285. ;                             (0 or non-numerical value indicates local mode)
  286. ;                 LocalMode - 1, T or Y if door is operating in local mode
  287. ;                  UserName - Full name of the user
  288. ;             UserFirstName - First name(s) of the user
  289. ;              UserLastName - Last name of the user
  290. ;                     Alias - The user's psuedonym / handle
  291. ;                 HoursLeft - Hours user has left online
  292. ;               MinutesLeft - Minutes user has left online, or time left online
  293. ;                             in format hh:mm
  294. ;               SecondsLeft - Seconds user has left online, or time left online
  295. ;                             in format hh:mm:ss or format mm:ss
  296. ;                             (If more than one of the above time options are
  297. ;                             used, the user time left is taken to be the total
  298. ;                             of all of these values.)
  299. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  300. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  301. ;                       RIP - 1, T or Y for RIP graphics mode
  302. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  303. ;              ScreenLength - Number of lines on user's screen
  304. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  305. ;                  Security - The user's security level / access level
  306. ;                      City - City the user is calling from
  307. ;                      Node - Node number user is connected to
  308. ;                 SysopName - Full name of the sysop
  309. ;            SysopFirstName - The sysop's first name(s)
  310. ;             SysopLastName - The sysop's last name
  311. ;                SystemName - Name of the BBS
  312. ;
  313. ;
  314. ;CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  315. ;CustomFileLine    SystemName
  316. ;CustomFileLine    SysopFirstName
  317. ;CustomFileLine    SysopLastName
  318. ;CustomFileLine    ComPort
  319. ;CustomFileLine    ModemBPS
  320. ;CustomFileLine    Ignore
  321. ;CustomFileLine    UserFirstName
  322. ;CustomFileLine    UserLastName
  323. ;CustomFileLine    City
  324. ;CustomFileLine    ANSI
  325. ;CustomFileLine    Security
  326. ;CustomFileLine    MinutesLeft
  327. ;
  328. ;------------------------------------------------------------------------------
  329.